| Visual Basic (Declaration) | |
|---|---|
Public MustInherit Class BurstCollection(Of T1 As NamedItemBase) Inherits Agilent.SA.Vsa.RemotableCollection(Of T1) Implements Agilent.SA.Vsa.ICollectionBase, Agilent.SA.Vsa.ICollectionBase(Of T1), Agilent.SA.Vsa.IPropertyInfo, Agilent.SA.Vsa.IPropertyInfo2, Agilent.SA.Vsa.IRemoteNotifyCollectionChanged, Agilent.SA.Vsa.IRemoteNotifyPropertyChanged, Agilent.SA.Vsa.IRemoteNotifyPropertyInfoChanged, Agilent.SA.VsaInternal.IObjectModel, Agilent.SA.VsaInternal.IObjectModel2, Agilent.SA.VsaInternal.IObjectModel3 | |
| C# | |
|---|---|
public abstract class BurstCollection<T1> : Agilent.SA.Vsa.RemotableCollection<T1>, Agilent.SA.Vsa.ICollectionBase, Agilent.SA.Vsa.ICollectionBase<T1>, Agilent.SA.Vsa.IPropertyInfo, Agilent.SA.Vsa.IPropertyInfo2, Agilent.SA.Vsa.IRemoteNotifyCollectionChanged, Agilent.SA.Vsa.IRemoteNotifyPropertyChanged, Agilent.SA.Vsa.IRemoteNotifyPropertyInfoChanged, Agilent.SA.VsaInternal.IObjectModel, Agilent.SA.VsaInternal.IObjectModel2, Agilent.SA.VsaInternal.IObjectModel3 where T1: NamedItemBase | |
| C++/CLI | |
|---|---|
generic<typename T1> public ref class BurstCollection abstract : public Agilent.SA.Vsa.RemotableCollection<T1>, Agilent.SA.Vsa.ICollectionBase, Agilent.SA.Vsa.ICollectionBase<T1>, Agilent.SA.Vsa.IPropertyInfo, Agilent.SA.Vsa.IPropertyInfo2, Agilent.SA.Vsa.IRemoteNotifyCollectionChanged, Agilent.SA.Vsa.IRemoteNotifyPropertyChanged, Agilent.SA.Vsa.IRemoteNotifyPropertyInfoChanged, Agilent.SA.VsaInternal.IObjectModel, Agilent.SA.VsaInternal.IObjectModel2, Agilent.SA.VsaInternal.IObjectModel3 where T1: NamedItemBase | |
- T1
- The type of the burst.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)